home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 23 / AMIGAplus Sonderheft 23 (2000)(Falke)(DE)[!].iso / Tools / HRTmon / src / help.s < prev    next >
Text File  |  1999-11-06  |  6KB  |  125 lines

  1.  
  2. ;HRTmon Amiga system monitor
  3. ;Copyright (C) 1991-1998 Alain Malek Alain.Malek@cryogen.com
  4. ;
  5. ;This program is free software; you can redistribute it and/or
  6. ;modify it under the terms of the GNU General Public License
  7. ;as published by the Free Software Foundation; either version 2
  8. ;of the License, or (at your option) any later version.
  9. ;
  10. ;This program is distributed in the hope that it will be useful,
  11. ;but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. ;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13. ;GNU General Public License for more details.
  14. ;
  15. ;You can find the full GNU GPL online at: http://www.gnu.org
  16.  
  17. help_txt
  18.  dc.b "--------------------------------- HELP PAGE ----------------------------------",$a
  19.  
  20.  dc.b "R    reg new-val   : show or modify registers",$a
  21.  dc.b "A    address instr : assemble 680x0 code",$a
  22.  dc.b "D    address       : disassemble / assemble 680x0 code",$a
  23.  dc.b "H    address       : hex dump of memory or modify memory",$a
  24.  dc.b "M    address       : hex dump of memory or modify memory",$a
  25.  dc.b "N    address       : ascII dump of memory",$a
  26.  dc.b "E    offset        : show / edit custom registers",$a
  27.  dc.b "TYPE addr.         : type memory",$a
  28.  dc.b "C    src end dest  : copy a memory block",$a
  29.  dc.b "Q    strt end dest : compare two memory blocks",$a
  30.  dc.b "O    strt end val  : fill memory",$a
  31.  dc.b "CE   src end dest  : exchange two memory blocks",$a
  32.  dc.b "F    strt end val  : find",$a
  33.  dc.b "FS   strt end str  : find string (not casesensitive)",$a
  34.  dc.b "FI   strt end str  : find instruction",$a
  35.  dc.b "COP  strt end      : find copper-list",$a
  36.  dc.b "P    picno         : gfx-ripper (picno=0,1,2,..) (first use COP)",$a
  37.  dc.b $a
  38.  dc.b "B   address        : set/remove an illegal breakpoint",$a
  39.  dc.b "BJ  address        : set/remove a JSR breakpoint",$a
  40.  dc.b "BD                 : delete all breakpoints",$a
  41.  dc.b "G   address        : restart program at address",$a
  42.  dc.b "T   nbsteps        : trace instruction(s)",$a
  43.  dc.b "TA  address        : trace till 'address' is reached",$a
  44.  dc.b "DEBUG              : patch exception vectors",$a
  45.  dc.b $a
  46.  dc.b "DRIVE no           : select drive (0/1) for format and read/write sector",$a
  47.  dc.b "MOTOR              : turn drive motor on",$a
  48.  dc.b "FORMAT name        : format a floppy disk",$a
  49.  dc.b "FORMATQ name       : quick format a floppy disk",$a
  50.  dc.b "DISKCHK            : check a floppy disk",$a
  51.  dc.b "DIR path           : directory",$a
  52.  dc.b "CD  path           : change current directory  ('/' for parent)",$a
  53.  dc.b "L   name addr      : load a file in memory",$a
  54.  dc.b "S   name strt end  : save memory to a file",$a
  55.  dc.b "SP  name           : save the actual picture from the gfx-ripper",$a
  56.  dc.b "MAKEDIR name       : create a new directory",$a
  57.  dc.b "DEL name           : delete a file or an empty directory",$a
  58.  dc.b "COPY src dest      : copy a file",$a
  59.  dc.b "RS  addr strt nb   : read sector from floppy disk",$a
  60.  dc.b "WS  addr strt nb   : write sector to floppy disk",$a
  61.  dc.b "D2F name           : read a floppy disk and save it as a file",$a
  62.  dc.b "F2D name           : read a file and write it as a floppy disk",$a
  63.  dc.b "BB  addr           : calculate boot-block checksum",$a
  64.  dc.b "IDE                : get information from IDE drives",$a
  65.  dc.b "PART               : list all partitions",$a
  66.  dc.b "LA name            : load all",$a
  67.  dc.b "SA name            : save all",$a
  68.  dc.b "SAC name           : save all crunched",$a
  69.  dc.b "CLEAR              : clear all memory and reboot (HRTmon lost)",$a
  70.  dc.b "REBOOT             : reboot and keep HRTmon resident",$a
  71.  dc.b $a
  72.  dc.b "TS strt end lives  : trainer start",$a
  73.  dc.b "TSD strt end lives : deep trainer start",$a
  74.  dc.b "TF  lives          : trainer find (normal and deep)",$a
  75.  dc.b $a
  76.  dc.b "EXCEP              : show exception vectors",$a
  77.  dc.b "OUTPUT addr        : copy output to memory",$a
  78.  dc.b "AF  addr instr     : assemble 65816",$a
  79.  dc.b "DF  address        : disassemble 65816",$a
  80.  dc.b "FIF strt end str   : find instr. 65816",$a
  81.  dc.b "PAL                : set PAL display",$a
  82.  dc.b "NTSC               : set NTSC display",$a
  83.  dc.b "31K                : set 31Khz display (Productivity, Euro72,...)",$a
  84.  dc.b "LED                : switch power led",$a
  85.  dc.b "SETMAP mapname     : Set/show keymap (USA,CH,D,F)",$a
  86.  dc.b "?   expression     : evaluate an expression",$a
  87.  dc.b "VER                : show HRTmon version",$a
  88.  dc.b "X                  : exit",$a
  89.  dc.b "KILL               : remove HRTmon",$a
  90.  
  91.  dc.b $a
  92.  dc.b "F1     : Clear screen",$a
  93.  dc.b "F2     : Toggle insert mode on/off",$a
  94.  dc.b "F10    : Switch pages 1/2",$a
  95.  dc.b "F7     : Enter/Exit tracer",$a
  96.  dc.b "F6     : Toggle 65816/65802 CPU mode",$a
  97.  dc.b "Esc    : Break",$a
  98.  dc.b "SHIFT Del     : insert a blank character",$a
  99.  dc.b "SHIFT Backspc : clear current line",$a
  100.  dc.b "CTRL  up,down : move into command history",$a
  101.  dc.b "SHIFT up,down  : set cursor to top/bottom of screen",$a
  102.  dc.b $a
  103.  dc.b "--- GFX ripper help ------------",$a
  104.  dc.b $a
  105.  dc.b "F10     Exit gfx-ripper",$a
  106.  dc.b "Arrows  Move unlocked plans.",$a
  107.  dc.b "Shift   Fast move",$a
  108.  dc.b "1-8     Lock/Unlock plan 1-8",$a
  109.  dc.b "M       Increase modulo",$a
  110.  dc.b "N       Decrease modulo",$a
  111.  dc.b ",       Clear modulo",$a
  112.  dc.b "Q       Decrease picture width",$a
  113.  dc.b "W       Increase picture width",$a
  114.  dc.b "A       Decrease picture height",$a
  115.  dc.b "S       Increase picture height",$a
  116.  dc.b "R       Set all bitplans to the same address",$a
  117.  dc.b "H       Toggle HAM on/off",$a
  118.  dc.b "E       Toggle EHB on/off",$a
  119.  dc.b "Help    Switch info panel on/off",$a
  120.  dc.b "Del     Change color of info panel",$a
  121.  dc.b "F1      Start/Stop height set mode",$a
  122.  
  123.     dc.b 0
  124.         even
  125.